From 730a2a79e47424961129ccd89d4497020855dd79 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Jan 2004 10:28:58 +0000 Subject: [PATCH] (lispref): Do include lispref/index.texi. --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-dist b/make-dist index 945d39c916d..93a5a5a2e88 100755 --- a/make-dist +++ b/make-dist @@ -615,7 +615,7 @@ echo "Making links to \`man'" echo "Making links to \`lispref'" (cd lispref - ln `ls -1 *.texi | grep -v index.texi` ../${tempdir}/lispref + ln `ls -1 *.texi` ../${tempdir}/lispref ln *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref test -f README && ln README ../${tempdir}/lispref -- 2.30.2